home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware in MacFormat / brailler0.5b / brlr ƒ / Shell ƒ / buttons.h < prev    next >
Encoding:
Text File  |  1994-12-20  |  388 b   |  7 lines  |  [TEXT/MMCC]

  1. void Draw3DButton(Rect *buttonRect, unsigned char *theTitle,
  2.     Handle iconHandle, short buttonDepth, Boolean isDown, Boolean drawTriangle);
  3. Boolean Track3DButton(Rect *buttonRect, unsigned char *theTitle,
  4.     Handle iconHandle, short buttonDepth, Boolean drawTriangle);
  5. void Hit3DButton(Rect *buttonRect, unsigned char *theTitle,
  6.     Handle iconHandle, short buttonDepth, Boolean drawTriangle);
  7.